DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Read Method / Read(Byte[]) Method

Array as Byte Array:

The Byte Array to read


In This Topic
    Read(Byte[]) Method
    In This Topic
    Creates and adds a DicomDataSet from a byte array
    Syntax
    'Declaration
     
    
    Public Overloads Function Read( _
       ByVal Array() As System.Byte _
    ) As DicomDataSet
    public DicomDataSet Read( 
       System.byte[] Array
    )

    Parameters

    Array

    Array as Byte Array:

    The Byte Array to read

    Return Value

    DicomDataSet
    Remarks
    This method uses memory stream to read a byte array and creates a new DicomDataSet and adds it to the DicomDataSetCollection.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also